[INFO] cloning repository https://github.com/johnhalz/rover-embassy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnhalz/rover-embassy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnhalz%2Frover-embassy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnhalz%2Frover-embassy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5a7d23e64a95073e1bf332624af089d3f149fa5b
[INFO] checking johnhalz/rover-embassy against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnhalz%2Frover-embassy" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/johnhalz/rover-embassy
[INFO] finished tweaking git repo https://github.com/johnhalz/rover-embassy
[INFO] tweaked toml for git repo https://github.com/johnhalz/rover-embassy written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/johnhalz/rover-embassy on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/johnhalz/rover-embassy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded foxglove v0.14.3
[INFO] [stderr]   Downloaded smallbytes v0.1.0
[INFO] [stderr]   Downloaded foxglove_derive v0.14.3
[INFO] [stderr]   Downloaded mcap v0.23.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5
[INFO] running `Command { std: "docker" "start" "48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling binrw_derive v0.12.0
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling binrw v0.12.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling flatbuffers v24.12.23
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking smallbytes v0.1.0
[INFO] [stderr]     Checking arc-swap v1.8.0
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cc v1.2.53
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling delegate v0.13.5
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tungstenite v0.27.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking prost-types v0.13.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling foxglove_derive v0.14.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking enumset v1.1.10
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-tungstenite v0.27.0
[INFO] [stderr]     Checking lz4 v1.28.1
[INFO] [stderr]     Checking mcap v0.23.4
[INFO] [stderr]     Checking mcap v0.24.0
[INFO] [stderr]     Checking foxglove v0.14.3
[INFO] [stderr]     Checking rover-embassy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.12.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5", kill_on_drop: false }`
[INFO] [stdout] 48a99d5d7b2034e0c5e100729325ff1189fddce89f36876b6cc102bd860ab6a5
